TORES Text ORiented Editing System - tradução para russo
Diclib.com
Dicionário Online

TORES Text ORiented Editing System - tradução para russo

INTERFACE FOR EDITING RICH TEXT WITHIN WEB BROWSERS
Online rich text editors; Rich editing; Rich-text editor
  • Amaya]]'' online rich-text editor

text editing         
  • Emacs, a text editor popular among programmers, running on [[Microsoft Windows]]
  • [[gedit]] is a text editor shipped with [[GNOME]]
  • A box of [[punched cards]] with several program decks.
COMPUTER SOFTWARE USED TO EDIT PLAIN TEXT DOCUMENTS
Text editors; Texteditor; Text editing; Text Editor; Wikipedia talk:Articles for creation/Find and Replace (computer function); Plaintext editor; Document editor; Screen-based text editor
редактирование текста
text editor         
  • Emacs, a text editor popular among programmers, running on [[Microsoft Windows]]
  • [[gedit]] is a text editor shipped with [[GNOME]]
  • A box of [[punched cards]] with several program decks.
COMPUTER SOFTWARE USED TO EDIT PLAIN TEXT DOCUMENTS
Text editors; Texteditor; Text editing; Text Editor; Wikipedia talk:Articles for creation/Find and Replace (computer function); Plaintext editor; Document editor; Screen-based text editor
редактор текста
text editor         
  • Emacs, a text editor popular among programmers, running on [[Microsoft Windows]]
  • [[gedit]] is a text editor shipped with [[GNOME]]
  • A box of [[punched cards]] with several program decks.
COMPUTER SOFTWARE USED TO EDIT PLAIN TEXT DOCUMENTS
Text editors; Texteditor; Text editing; Text Editor; Wikipedia talk:Articles for creation/Find and Replace (computer function); Plaintext editor; Document editor; Screen-based text editor

общая лексика

редактор текстов, текстовый редактор

простая программа для создания и модификации текстов. Сложные редакторы с множеством возможностей форматирования документа именуют "текстовыми процессорами"

Definição

СИ-БИ-ЭС
см. "Коламбия бродкастинг систем".

Wikipédia

Online rich-text editor

An online rich-text editor is the interface for editing rich text within web browsers, which presents the user with a "what-you-see-is-what-you-get" (WYSIWYG) editing area. The aim is to reduce the effort for users trying to express their formatting directly as valid HTML markup.

Though very early browsers could display rich text, user data entry was limited to text boxes with a single font and style (implemented with the <textarea> HTML element). Internet Explorer was the first to add a special "designMode" which allowed formatted parts of a document to be edited by the user using a cursor. Mozilla followed suit in version 1.3, and most major browsers now implement this informal standard in some capacity.

The technical capabilities needed to implement an online rich text editor were not covered by the W3C specifications for HTML4. Nevertheless, popular services like Gmail and WordPress have relied on rich text editing as their main user interface. With HTML5, some standardization was made on a DOM property called "contentEditable"—which resembles Internet Explorer's original extension. Many of the online office suites tend to provide online text editing and formatting functionality.